Vcenter Vm DataSets Info

Vcenter Vm DataSets Info
Vcenter Vm DataSets Info

The Vcenter Vm DataSets Info schema describes a data set.

This schema was added in vSphere API 8.0.0.0.

JSON Example
{
    "name": "string",
    "description": "string",
    "host": "string",
    "guest": "string",
    "used": 0,
    "omit_from_snapshot_and_clone": false
}
string
name
Required

The name of the data set.

This property was added in vSphere API 8.0.0.0.

string
description
Required

A description of how the data set is used by its creator.

This property was added in vSphere API 8.0.0.0.

string
host
Required

Host access control.

Controls access to the data set by the Vcenter Vm DataSets Entries operations.

For more information see: Vcenter Vm DataSets Access.

This property was added in vSphere API 8.0.0.0.

string
guest
Required

Guest access control.

Controls access to the data set from in-guest APIs.

For more information see: Vcenter Vm DataSets Access.

This property was added in vSphere API 8.0.0.0.

integer As int64 As int64
used
Required

The total size in bytes of the Entry data in use by this data set.

This property was added in vSphere API 8.0.0.0.

boolean
omit_from_snapshot_and_clone
Required

If set, the data set is considered a property of the virtual machine, and is not included in a snapshot operation or when the virtual machine is cloned. When a virtual machine is reverted to a snapshot, any data set with {@link #omitFromSnapshotAndClone) {@term set} will be destroyed. Any data set with {@link #omitFromSnapshotAndClone} {@term unset} will be restored to the state when the snapshot was created.

This property was added in vSphere API 8.0.0.0.